Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

The form unique identifier

Body

application/json
source
string
required

Origin of the submission (for example app, web, kiosk)

Example:

"app"

answers
object
required

Answers keyed by field name. SCORE: number. TEXT: string. SELECT: string option value. MULTI_SELECT: array of option values.

Example:
customer_id
string | null

Omit for anonymous responses

platform
string | null
Example:

"ios"

brand_id
string | null
store_id
string | null
channel_id
string | null
respondent
object
Example:
metadata
object
Example:

Response

Review created

data
object